home *** CD-ROM | disk | FTP | other *** search
/ Medabots Cardz / Medabots CD Cardz Rokusho.bin / pc / assets / rokusho.dxr / 00202_Script_202 < prev    next >
Text File  |  2001-12-07  |  418b  |  19 lines

  1. global transitionz, macfullscreen
  2.  
  3. on exitFrame me
  4.   --  puppetsound 2,0
  5.   --  puppetsound 1,0
  6.   --  sound(1).stop()
  7.   --  sound(2).stop()
  8.   if macfullscreen = 1 then
  9.     set the movieRate of sprite(7) = 0
  10.   end if
  11.   macfullscreen = 0
  12.   set the width of sprite(7)= 320
  13.   set the height of sprite(7)= 240
  14.   if transitionz = "close" then
  15.     go to frame "video"
  16.   else
  17.     go to the frame
  18.   end if 
  19. end